The content discusses the use of webhooks in Sequence Builder for game builders to listen to events on multiple blockchains.
Select Project and go to Webhooks Section
Indexer
section in the sidebar, and select the Webhooks
tab.Select Network and Add New Webhook
+ Add New Webhook
Complete Webhook Details
URL
, Contract Address(es)
, and ‘Events’.For the Events field, we are able to parse any arbitrary contract event, however you must input the event exactly as written in your smart contract. For example, for detecting transfer events you would input: Transfer(address indexed from, address indexed to, uint256 amount)
with the indexed
keyword. You can find an example of general event types here for common use cases along with Sequence specific ones.Once your desired fields are input, select Add Webhook
.Select Project and go to Webhooks Section
Indexer
section in the sidebar, and select the Webhooks
tab.Select the Gear to Update or Remove your Webhook
⚙
for the webhook you want to remove or updateUpdate or Remove Webhook
Update Webhook
or Remove
your webhook by selecting either option